Prusage(2) Oct. 1, 1991 Prusage(2) NAME Prusage - get resource usage information SYNOPSIS void Prusage( LONG *r ); DESCRIPTION Prusage puts information on resources used by the process into the memory pointed to by r, as follows: r[0]: time spent by process in MiNT kernel r[1]: time spent by process in its own code r[2]: total kernel time spent by children of this process r[3]: total user code time spent by children of this process r[4]: memory allocated to this process (bytes) r[5]-r[7]: reserved for future use All times are in milliseconds. SEE ALSO Psetlimit(2) Version 0.9 Last change: MiNT Programmer's Manual 1